diff --git a/scripts/remove-extra-requirements-pyramid.sh b/scripts/remove-extra-requirements-pyramid.sh new file mode 100644 index 0000000000000000000000000000000000000000..83960bff7d078650b2cebc31883431db744ade8c --- /dev/null +++ b/scripts/remove-extra-requirements-pyramid.sh @@ -0,0 +1,12 @@ +#!/usr/bin/env bash + +set -x + +sed 's/cubicweb\[pyramid\]/cubicweb/g' -i setup.py || true +sed 's/cubicweb\[pyramid\]/cubicweb/g' -i __pkginfo__.py || true +sed 's/cubicweb\[pyramid\]/cubicweb/g' -i */__pkginfo__.py || true + +# GITLAB_TOKEN=$(cat token) cube-doctor run-script \ +# -s scripts/remove-extra-requirements-pyramid.sh +# -b remove-extra-requirements-pyramid \ +# -c "chore: remove pyramid extra requirements\n\nthis extra requirement is useless since CW 3.31"