mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 03:53:59 -07:00
backwards compat for python-support on old Debian/Ubuntu releases
This commit is contained in:
parent
de2fe08d9f
commit
0cdbc8b48d
3 changed files with 10 additions and 2 deletions
|
@ -2,6 +2,9 @@
|
|||
# -- makefile --
|
||||
|
||||
DEB_PYTHON2_MODULE_PACKAGES=ansible
|
||||
ifneq ($(shell dpkg-query -f '$${Version}' -W python-support 2>/dev/null),)
|
||||
DEB_PYTHON_SYSTEM=pysupport
|
||||
endif
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/python-distutils.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue