diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 11:44:29 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:40 +0000 |
| commit | c5f8982a543127c6bf282d9846c498b1ef2c7752 (patch) | |
| tree | 6c9025bb8ca0db24ecc1513ce51434c70515e390 /testing/mlt/python3.patch | |
| parent | edbd2f3a728b6059dee9b8755a134a05e61cdd6c (diff) | |
| download | aports-c5f8982a543127c6bf282d9846c498b1ef2c7752.tar.bz2 aports-c5f8982a543127c6bf282d9846c498b1ef2c7752.tar.xz | |
testing/mlt: rebuild against python 3.8
replace python3 patch with upstream patch
Diffstat (limited to 'testing/mlt/python3.patch')
| -rw-r--r-- | testing/mlt/python3.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/testing/mlt/python3.patch b/testing/mlt/python3.patch deleted file mode 100644 index ac32c9011d..0000000000 --- a/testing/mlt/python3.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff --git a/src/swig/python/build b/src/swig/python/build -index db31e16..4eb69e2 100755 ---- a/src/swig/python/build -+++ b/src/swig/python/build -@@ -8,12 +8,12 @@ then - exit 0 - fi - --path=`which python 2> /dev/null` -+path=`which python3 2> /dev/null` - - if [ $? = 0 ] - then - # Change this as needed -- export PYTHON_INCLUDE=`python -c "import sys;print(\"{}/include/python{}.{}\".format(sys.prefix,*sys.version_info))"` -+ export PYTHON_INCLUDE=`python3 -c "import sys;print(\"{}/include/python{}.{}m\".format(sys.prefix,*sys.version_info))"` - - [ ! -d "$PYTHON_INCLUDE" ] && echo python development missing && exit 1 - |
