From 3d4e3da84f6f986a1cd59c13b71384ce2ea9285d Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 17 Feb 2023 09:54:32 -0500 Subject: add python2.7 build dep --- newmoon/debian/control | 2 +- newmoon/debian/newmoon+stackrpms.dsc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'newmoon') 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 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: -- cgit