summaryrefslogtreecommitdiff
path: root/newmoon/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-02-17 09:54:32 -0500
committerB. Stack <bgstack15@gmail.com>2023-02-17 09:54:32 -0500
commit3d4e3da84f6f986a1cd59c13b71384ce2ea9285d (patch)
tree76df3ac1b91e8054073a94ca20f79b73ac7b4e1c /newmoon/debian/control
parentnm 32.0.0 rc1 (diff)
downloadstackrpms-3d4e3da84f6f986a1cd59c13b71384ce2ea9285d.tar.gz
stackrpms-3d4e3da84f6f986a1cd59c13b71384ce2ea9285d.tar.bz2
stackrpms-3d4e3da84f6f986a1cd59c13b71384ce2ea9285d.zip
add python2.7 build dep
Diffstat (limited to 'newmoon/debian/control')
-rw-r--r--newmoon/debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/newmoon/debian/control b/newmoon/debian/control
index 0f2c8ed..d2604b5 100644
--- a/newmoon/debian/control
+++ b/newmoon/debian/control
@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 12),
libxt-dev,
mesa-common-dev,
pkg-config,
- python2 (>= 2.7.18-2~) | python (>= 2.7),
+ python2 (>= 2.7.18-2~) | python (>= 2.7) | python2.7,
unzip,
yasm (>= 1.1),
zip,
bgstack15