diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2019-03-09 23:42:58 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2019-03-10 00:05:57 +1100 |
commit | 7141c8d8d70a93cd72a3f958a0c4d8a2a2280de9 (patch) | |
tree | 991693505dfce77d898b6f976d0dd1338f154e04 /python3/Pkgfile | |
parent | 38b4366a81a3c6cc04a4d39ea04d338d7ff07981 (diff) | |
download | opt-7141c8d8d70a93cd72a3f958a0c4d8a2a2280de9.tar.gz opt-7141c8d8d70a93cd72a3f958a0c4d8a2a2280de9.tar.xz |
python3: 3.6.7 -> 3.7.2
Diffstat (limited to 'python3/Pkgfile')
-rw-r--r-- | python3/Pkgfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python3/Pkgfile b/python3/Pkgfile index 34bb5abe8..08fee4365 100644 --- a/python3/Pkgfile +++ b/python3/Pkgfile @@ -4,7 +4,7 @@ # Depends on: bzip2 expat gdbm libffi libtirpc mpdecimal sqlite3 xz name=python3 -version=3.6.7 +version=3.7.2 release=1 source=(https://www.python.org/ftp/python/$version/Python-$version.tar.xz) @@ -13,7 +13,6 @@ build() { # Ensure that we are using the system copy of various libraries rm -r Modules/expat - rm -r Modules/zlib rm -r Modules/_ctypes/{darwin,libffi}* rm -r Modules/_decimal/libmpdec |