summaryrefslogtreecommitdiffstats
path: root/package/python-pathlib2/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/python-pathlib2/Config.in')
-rw-r--r--package/python-pathlib2/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/python-pathlib2/Config.in b/package/python-pathlib2/Config.in
new file mode 100644
index 0000000000..7297f0addb
--- /dev/null
+++ b/package/python-pathlib2/Config.in
@@ -0,0 +1,14 @@
+config BR2_PACKAGE_PYTHON_PATHLIB2
+ bool "python-pathlib2"
+ depends on BR2_PACKAGE_PYTHON
+ select BR2_PACKAGE_PYTHON_SIX # runtime
+ select BR2_PACKAGE_PYTHON_SCANDIR # runtime
+ help
+ Object-oriented filesystem paths.
+
+ The goal of pathlib2 is to provide a backport of standard
+ pathlib module which tracks the standard library module, so
+ all the newest features of the standard pathlib can be used
+ also on older Python versions.
+
+ https://pypi.python.org/pypi/pathlib2
OpenPOWER on IntegriCloud