[Python-modules-commits] [ruamel.yaml] 09/12: Use --single-version-externally-managed for setup.py

Vincent Bernat bernat at moszumanska.debian.org
Wed Nov 18 07:57:13 UTC 2015


This is an automated email from the git hooks/post-receive script.

bernat pushed a commit to branch master
in repository ruamel.yaml.

commit 24a28c1417e4be44a33ff3fa47b61db7525ffc9a
Author: Vincent Bernat <vincent at bernat.im>
Date:   Wed Nov 18 08:26:10 2015 +0100

    Use --single-version-externally-managed for setup.py
    
    Otherwise, the installation will just fail.
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index c626b2d..2db734f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #! /usr/bin/make -f
 
 export PYBUILD_NAME=ruamel.yaml
+export PYBUILD_INSTALL_ARGS=--single-version-externally-managed
 export PYBUILD_AFTER_INSTALL_python2=rm -rf {destdir}/usr/bin/
 export PYBUILD_BEFORE_BUILD_python2=cython ext/_ruamel_yaml.pyx
 export PYBUILD_BEFORE_BUILD_python3=cython3 ext/_ruamel_yaml.pyx

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ruamel.yaml.git



More information about the Python-modules-commits mailing list