summaryrefslogtreecommitdiff
path: root/newmoon
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
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')
-rw-r--r--newmoon/debian/control2
-rw-r--r--newmoon/debian/newmoon+stackrpms.dsc2
2 files changed, 2 insertions, 2 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,
diff --git a/newmoon/debian/newmoon+stackrpms.dsc b/newmoon/debian/newmoon+stackrpms.dsc
index bda16c1..c09c713 100644
--- a/newmoon/debian/newmoon+stackrpms.dsc
+++ b/newmoon/debian/newmoon+stackrpms.dsc
@@ -6,7 +6,7 @@ Version: 32.0.0-1+stackrpms
Maintainer: B. Stack <bgstack15@gmail.com>
Homepage: http://www.palemoon.org/
Standards-Version: 4.1.4
-Build-Depends: debhelper (>= 12), gcc (<< 11) | gcc-10, g++ (<< 11) | g++-10, autoconf2.13, libasound2-dev, libdbus-glib-1-dev (>= 0.60), libgconf2-dev (>= 1.2.1), libgtk2.0-dev (>= 2.14), libx11-xcb-dev, libxt-dev, mesa-common-dev, pkg-config, python2 (>= 2.7.18-2~) | python (>= 2.7), unzip, yasm (>= 1.1), zip
+Build-Depends: debhelper (>= 12), gcc (<< 11) | gcc-10, g++ (<< 11) | g++-10, autoconf2.13, libasound2-dev, libdbus-glib-1-dev (>= 0.60), libgconf2-dev (>= 1.2.1), libgtk2.0-dev (>= 2.14), libx11-xcb-dev, libxt-dev, mesa-common-dev, pkg-config, python2 (>= 2.7.18-2~) | python (>= 2.7) | python2.7, unzip, yasm (>= 1.1), zip
Package-List:
newmoon deb web optional arch=any
Files:
bgstack15