diff options
author | caltlgin | 2020-12-03 09:08:26 +1300 |
---|---|---|
committer | caltlgin | 2020-12-03 09:08:26 +1300 |
commit | e596691aa8788c389acba03dfbdf70a4b2dd4d97 (patch) | |
tree | 292dd34e331189f1832fa9bb150f6c00bcb9560e /PKGBUILD | |
parent | 7b8a9201aeca0800a1ee57df3c5158b0e57ec13a (diff) | |
download | aur-e596691aa8788c389acba03dfbdf70a4b2dd4d97.tar.gz |
Python 3.9 rebuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -5,14 +5,13 @@ _pkgname='osmnx' pkgname="python-${_pkgname}" pkgver=0.16.2 -pkgrel=1 +pkgrel=2 pkgdesc='Retrieve, model, analyze, and visualize OpenStreetMap street networks and other spatial data' arch=('any') url='https://github.com/gboeing/osmnx' _url_pypi='https://pypi.org/project/osmnx' license=('MIT') -depends=('python' - 'python-descartes' +depends=('python-descartes' 'python-folium' 'python-geopandas' 'python-matplotlib' |