diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-09-13 15:15:05 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-09-13 15:15:05 +0200 |
commit | 7957fff23ca027a9bae3ae5f66dc934cee815650 (patch) | |
tree | 0920cd76fe2803b3cf343a72d397f0470a143931 | |
parent | 5b51fb7fe1ffd717eb83738102eda2c907a5636f (diff) | |
download | openwrt-personal-pkgs-7957fff23ca027a9bae3ae5f66dc934cee815650.tar.gz openwrt-personal-pkgs-7957fff23ca027a9bae3ae5f66dc934cee815650.tar.bz2 openwrt-personal-pkgs-7957fff23ca027a9bae3ae5f66dc934cee815650.zip |
python3-dateutil fix download path
-rw-r--r-- | python3-dateutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python3-dateutil/Makefile b/python3-dateutil/Makefile index f1ad0d3..96a637e 100644 --- a/python3-dateutil/Makefile +++ b/python3-dateutil/Makefile @@ -11,7 +11,7 @@ PKG_NAME:=python3-dateutil PKG_VERSION:=2.7.3 PKG_RELEASE:=1 -PKG_SOURCE_URL:=https://pypi.python.org/packages/source/r/python-dateutil/ +PKG_SOURCE_URL:=https://pypi.python.org/packages/source/p/python-dateutil/ PKG_SOURCE:=python-dateutil-$(PKG_VERSION).tar.gz PKG_MD5SUM:=175b7c1a3cc0cb01151eced07c61c0b8 PKG_BUILD_DIR:=$(BUILD_DIR)/python-dateutil-$(PKG_VERSION) |