Remove pyiso8601 from third_party
authorAndrew Bartlett <abartlet@samba.org>
Mon, 17 Aug 2020 05:14:25 +0000 (17:14 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 20 Aug 2020 22:49:26 +0000 (22:49 +0000)
commit091e11260d66a6a038aee08f2fed4fc1711aa03b
tree5536fd432845aa14c86887a52adef37e34aee921
parent0573c13da2c7f4ac67f4b17c278fa42d65ac857b
Remove pyiso8601 from third_party

The trend has been to remove widely available packages from third_party/

This module is both widely available, and only needed for --enable-selftest

It is, strangely enough, a BuildDependes in the RHEL/Fedora packages
just to stop it being installed in third_party.

The check for iso8601 being available is moved to python/wscript

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: David Mulder <dmulder@suse.com>
17 files changed:
python/wscript
third_party/pyiso8601/.hgignore [deleted file]
third_party/pyiso8601/.hgtags [deleted file]
third_party/pyiso8601/LICENSE [deleted file]
third_party/pyiso8601/MANIFEST.in [deleted file]
third_party/pyiso8601/README.rst [deleted file]
third_party/pyiso8601/dev-requirements.txt [deleted file]
third_party/pyiso8601/docs/Makefile [deleted file]
third_party/pyiso8601/docs/conf.py [deleted file]
third_party/pyiso8601/docs/index.rst [deleted file]
third_party/pyiso8601/docs/make.bat [deleted file]
third_party/pyiso8601/iso8601/__init__.py [deleted file]
third_party/pyiso8601/iso8601/iso8601.py [deleted file]
third_party/pyiso8601/iso8601/test_iso8601.py [deleted file]
third_party/pyiso8601/setup.py [deleted file]
third_party/pyiso8601/tox.ini [deleted file]
third_party/wscript