diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-03-05 23:11:39 +1100 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-03-05 23:11:39 +1100 |
commit | 5f3a782fef4855e10b7259624a14d8afb0f7be93 (patch) | |
tree | 3ae93e132ebdebb2c30ad86e12b44882f1c1ce18 /Dockerfile-fedora-python3-sqlite | |
parent | 0c0f966368aa2998ebdd3d17d23af86bacb77646 (diff) | |
download | mediagoblin-5f3a782fef4855e10b7259624a14d8afb0f7be93.tar.lz mediagoblin-5f3a782fef4855e10b7259624a14d8afb0f7be93.tar.xz mediagoblin-5f3a782fef4855e10b7259624a14d8afb0f7be93.zip |
Remove six library.
Diffstat (limited to 'Dockerfile-fedora-python3-sqlite')
-rw-r--r-- | Dockerfile-fedora-python3-sqlite | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile-fedora-python3-sqlite b/Dockerfile-fedora-python3-sqlite index eb49a28a..32ecf858 100644 --- a/Dockerfile-fedora-python3-sqlite +++ b/Dockerfile-fedora-python3-sqlite @@ -27,7 +27,6 @@ python3-pillow \ python3-py \ python3-pytest \ python3-pytest-xdist \ -python3-six \ python3-snowballstemmer \ python3-sphinx \ # Not in Fedora |