Skip to content
Snippets Groups Projects
Commit 8e078d93 authored by Dario Faccin's avatar Dario Faccin Committed by Mark Beierl
Browse files

Pin Charmed Operator Framework version for charms


Change-Id: Iff5659151e5678298b72e54b7b22a375bc7b7ebf
Signed-off-by: default avatarDario Faccin <dario.faccin@canonical.com>
(cherry picked from commit d0303f5f)
parent 6ce504a2
No related branches found
Tags v13.0.1
No related merge requests found
Showing
with 17 additions and 22 deletions
......@@ -17,7 +17,7 @@
#
# To get in touch with the maintainers, please contact:
# osm-charmers@lists.launchpad.net
ops >= 1.2.0
ops < 2.2
lightkube
lightkube-models
# git+https://github.com/charmed-osm/config-validator/
......@@ -17,7 +17,7 @@
#
# To get in touch with the maintainers, please contact:
# osm-charmers@lists.launchpad.net
ops >= 1.2.0
ops < 2.2
lightkube
lightkube-models
# git+https://github.com/charmed-osm/config-validator/
......@@ -60,7 +60,7 @@ deps =
isort
codespell
commands =
codespell {toxinidir}/. --skip {toxinidir}/.git --skip {toxinidir}/.tox \
codespell {toxinidir} --skip {toxinidir}/.git --skip {toxinidir}/.tox \
--skip {toxinidir}/build --skip {toxinidir}/lib --skip {toxinidir}/venv \
--skip {toxinidir}/.mypy_cache --skip {toxinidir}/icon.svg
# pflake8 wrapper supports config from pyproject.toml
......
......@@ -17,7 +17,7 @@
#
# To get in touch with the maintainers, please contact:
# osm-charmers@lists.launchpad.net
ops >= 1.2.0
ops < 2.2
lightkube
lightkube-models
# git+https://github.com/charmed-osm/config-validator/
......@@ -60,7 +60,7 @@ deps =
isort
codespell
commands =
codespell {toxinidir}/. --skip {toxinidir}/.git --skip {toxinidir}/.tox \
codespell {toxinidir} --skip {toxinidir}/.git --skip {toxinidir}/.tox \
--skip {toxinidir}/build --skip {toxinidir}/lib --skip {toxinidir}/venv \
--skip {toxinidir}/.mypy_cache --skip {toxinidir}/icon.svg
# pflake8 wrapper supports config from pyproject.toml
......
......@@ -17,7 +17,7 @@
#
# To get in touch with the maintainers, please contact:
# osm-charmers@lists.launchpad.net
ops >= 1.2.0
ops < 2.2
lightkube
lightkube-models
git+https://github.com/charmed-osm/config-validator/
......@@ -63,7 +63,7 @@ deps =
commands =
# uncomment the following line if this charm owns a lib
codespell {[vars]lib_path}
codespell {toxinidir}/. --skip {toxinidir}/.git --skip {toxinidir}/.tox \
codespell {toxinidir} --skip {toxinidir}/.git --skip {toxinidir}/.tox \
--skip {toxinidir}/build --skip {toxinidir}/lib --skip {toxinidir}/venv \
--skip {toxinidir}/.mypy_cache --skip {toxinidir}/icon.svg
# pflake8 wrapper supports config from pyproject.toml
......
......@@ -17,7 +17,7 @@
#
# To get in touch with the maintainers, please contact:
# osm-charmers@lists.launchpad.net
ops >= 1.2.0
ops < 2.2
lightkube
lightkube-models
git+https://github.com/charmed-osm/config-validator/
......@@ -17,7 +17,7 @@
#
# To get in touch with the maintainers, please contact:
# osm-charmers@lists.launchpad.net
ops >= 1.2.0
ops < 2.2
lightkube
lightkube-models
# git+https://github.com/charmed-osm/config-validator/
......@@ -60,7 +60,7 @@ deps =
isort
codespell
commands =
codespell {toxinidir}/. --skip {toxinidir}/.git --skip {toxinidir}/.tox \
codespell {toxinidir} --skip {toxinidir}/.git --skip {toxinidir}/.tox \
--skip {toxinidir}/build --skip {toxinidir}/lib --skip {toxinidir}/venv \
--skip {toxinidir}/.mypy_cache --skip {toxinidir}/icon.svg
# pflake8 wrapper supports config from pyproject.toml
......
......@@ -17,7 +17,7 @@
#
# To get in touch with the maintainers, please contact:
# osm-charmers@lists.launchpad.net
ops >= 1.2.0
ops < 2.2
lightkube
lightkube-models
# git+https://github.com/charmed-osm/config-validator/
......@@ -63,7 +63,7 @@ deps =
commands =
# uncomment the following line if this charm owns a lib
codespell {[vars]lib_path} --ignore-words-list=Ro,RO,ro
codespell {toxinidir}/. --skip {toxinidir}/.git --skip {toxinidir}/.tox \
codespell {toxinidir} --skip {toxinidir}/.git --skip {toxinidir}/.tox \
--skip {toxinidir}/build --skip {toxinidir}/lib --skip {toxinidir}/venv \
--skip {toxinidir}/.mypy_cache --skip {toxinidir}/icon.svg --ignore-words-list=Ro,RO,ro
# pflake8 wrapper supports config from pyproject.toml
......
......@@ -25,11 +25,6 @@ bases:
channel: "20.04"
parts:
charm:
build-environment:
- CRYPTOGRAPHY_DONT_BUILD_RUST: 1
charm-binary-python-packages: [cryptography, bcrypt]
build-packages:
- build-essential
- libssl-dev
- libffi-dev
- python3-dev
- cargo
- libffi-dev
\ No newline at end of file
......@@ -14,6 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#######################################################################################
ops >= 1.2.0
juju
ops < 2.2
juju < 3
pyyaml
\ No newline at end of file
......@@ -62,7 +62,7 @@ deps =
-r{toxinidir}/requirements.txt
commands =
codespell {[vars]lib_path}
codespell {toxinidir}/. --skip {toxinidir}/.git --skip {toxinidir}/.tox \
codespell {toxinidir} --skip {toxinidir}/.git --skip {toxinidir}/.tox \
--skip {toxinidir}/build --skip {toxinidir}/lib --skip {toxinidir}/venv \
--skip {toxinidir}/.mypy_cache --skip {toxinidir}/icon.svg
pylint -E {[vars]src_path}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment