diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-12 20:37:57 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-12 20:37:57 +0800 |
commit | 64195de0566ff8bb9616db3341d4b2e0f4673b1f (patch) | |
tree | 0105083a3c034acb7b3f97db6338240dd7d8f40c /net-mgmt | |
parent | 158a56f3b15afc9a55defb6acc10ecdf322b5287 (diff) | |
download | freebsd-ports-gnome-64195de0566ff8bb9616db3341d4b2e0f4673b1f.tar.gz freebsd-ports-gnome-64195de0566ff8bb9616db3341d4b2e0f4673b1f.tar.zst freebsd-ports-gnome-64195de0566ff8bb9616db3341d4b2e0f4673b1f.zip |
Fix packaging with python3
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/netdata/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/netdata/pkg-plist b/net-mgmt/netdata/pkg-plist index f76c85ae6ceb..92f4ffa04f23 100644 --- a/net-mgmt/netdata/pkg-plist +++ b/net-mgmt/netdata/pkg-plist @@ -239,7 +239,7 @@ libexec/netdata/python.d/python_modules/urllib3/contrib/_securetransport/binding libexec/netdata/python.d/python_modules/urllib3/contrib/_securetransport/low_level.py libexec/netdata/python.d/python_modules/urllib3/contrib/appengine.py libexec/netdata/python.d/python_modules/urllib3/contrib/ntlmpool.py -libexec/netdata/python.d/python_modules/urllib3/contrib/%%PYTHON_PYOEXTENSION%%penssl.py +libexec/netdata/python.d/python_modules/urllib3/contrib/pyopenssl.py libexec/netdata/python.d/python_modules/urllib3/contrib/securetransport.py libexec/netdata/python.d/python_modules/urllib3/contrib/socks.py libexec/netdata/python.d/python_modules/urllib3/exceptions.py |