diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-19 13:00:00 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-19 13:00:04 +0000 |
commit | 361075599a08dc7d6aad8154d151a920b1bbfdbf (patch) | |
tree | 00f62475e1b96cdca61ab979ac1c9d1899ab0058 /community | |
parent | 4b66fd55ee692df09aadc7f991f2bc700065c98c (diff) | |
download | aports-361075599a08dc7d6aad8154d151a920b1bbfdbf.tar.bz2 aports-361075599a08dc7d6aad8154d151a920b1bbfdbf.tar.xz |
community/gns3-server: remove no longer needed patch
Diffstat (limited to 'community')
-rw-r--r-- | community/gns3-server/APKBUILD | 12 | ||||
-rw-r--r-- | community/gns3-server/support-newer-aiohttp-version.patch | 11 |
2 files changed, 4 insertions, 19 deletions
diff --git a/community/gns3-server/APKBUILD b/community/gns3-server/APKBUILD index 63fc9f1039..c6e34a9a83 100644 --- a/community/gns3-server/APKBUILD +++ b/community/gns3-server/APKBUILD @@ -13,8 +13,7 @@ depends_dev="" makedepends="$depends_dev py-setuptools python3-dev linux-headers py3-pytest" install="" subpackages="$pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/GNS3/$pkgname/archive/v$pkgver.tar.gz - support-newer-aiohttp-version.patch" +source="$pkgname-$pkgver.tar.gz::https://github.com/GNS3/$pkgname/archive/v$pkgver.tar.gz" builddir="$srcdir"/$pkgname-$pkgver build() { @@ -40,9 +39,6 @@ EOF } -md5sums="6205f36dc2d79db21756a9e6df61390e gns3-server-1.5.2.tar.gz -725caa756b2a83f49151d52d1521d534 support-newer-aiohttp-version.patch" -sha256sums="8e6fa52fd9cccccb82af51651a2816b959687bcea5cd41dd6b2ae793f5dd7fed gns3-server-1.5.2.tar.gz -1da4b7c0758095b67761da0b67c3bc3e82abacfe506e5ccb11f8f0ec3e673b8b support-newer-aiohttp-version.patch" -sha512sums="4a8beb69b2cbd6771a68d9e2877099e2103f2ca8140806ad06ba1ad7dbac6f02fca71b660871dd5af5940ecf02f0809127a1f0ff44845962aec4b0c57f1dd329 gns3-server-1.5.2.tar.gz -b6212749460747cf83e189dbdd480e167c70f4f1fbe2df0b419f5503eb375fd0fbdea4467f8fd5e9faa9b42dee1e32b8c13302bd5c66513dca8f6199459a3cdb support-newer-aiohttp-version.patch" +md5sums="6205f36dc2d79db21756a9e6df61390e gns3-server-1.5.2.tar.gz" +sha256sums="8e6fa52fd9cccccb82af51651a2816b959687bcea5cd41dd6b2ae793f5dd7fed gns3-server-1.5.2.tar.gz" +sha512sums="4a8beb69b2cbd6771a68d9e2877099e2103f2ca8140806ad06ba1ad7dbac6f02fca71b660871dd5af5940ecf02f0809127a1f0ff44845962aec4b0c57f1dd329 gns3-server-1.5.2.tar.gz" diff --git a/community/gns3-server/support-newer-aiohttp-version.patch b/community/gns3-server/support-newer-aiohttp-version.patch deleted file mode 100644 index 4711c7c44e..0000000000 --- a/community/gns3-server/support-newer-aiohttp-version.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff --git a/requirements.txt b/requirements.txt -index 7fbcea9..59e6145 100644 ---- a/requirements.txt -+++ b/requirements.txt -@@ -1,5 +1,5 @@ - jsonschema>=2.4.0 --aiohttp==0.21.5 -+aiohttp>=0.21.5 - Jinja2>=2.7.3 - raven>=5.2.0 - psutil>=3.0.0 |