diff options
author | Benoit Pierre <benoit.pierre@gmail.com> | 2018-11-13 10:36:20 +0100 |
---|---|---|
committer | Benoit Pierre <benoit.pierre@gmail.com> | 2018-11-13 10:37:48 +0100 |
commit | 7d96d92ab588a245abc8e1f0d67f8a42112fb983 (patch) | |
tree | 95bc2169d76965b9a4cd92c71c2a924b823bcab3 | |
parent | 9f547fe6a30d544f52f8201ba89cff36f79d792d (diff) | |
download | external_python_setuptools-7d96d92ab588a245abc8e1f0d67f8a42112fb983.tar.gz external_python_setuptools-7d96d92ab588a245abc8e1f0d67f8a42112fb983.tar.bz2 external_python_setuptools-7d96d92ab588a245abc8e1f0d67f8a42112fb983.zip |
add news entry
-rw-r--r-- | changelog.d/1592.change.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1592.change.rst b/changelog.d/1592.change.rst new file mode 100644 index 00000000..028f31e0 --- /dev/null +++ b/changelog.d/1592.change.rst @@ -0,0 +1 @@ +Fix invalid dependency on external six module (instead of vendored version). |