Compare commits
1 Commits
d97779123a
...
a1b5a6ef08
Author | SHA1 | Date |
---|---|---|
Emmanuel Garette | a1b5a6ef08 |
|
@ -11,6 +11,8 @@ export PYBUILD_DISABLE_python3 = test
|
|||
# only last version are supported by lemur
|
||||
# but Ubuntu has not last version
|
||||
sed -i "s/==\(\([[:digit:]]\)*\(\.\)*\)*//g" requirements.txt
|
||||
# unecessary dependency
|
||||
sed -i "zope.deferredimport/#zope.deferredimport/g" requirements.txt
|
||||
dh $@ --with python3 --buildsystem=pybuild
|
||||
|
||||
override_dh_install:
|
||||
|
|
Loading…
Reference in New Issue