Commit e11a8eb0 authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Add versioningit as a build dependency

parent d85bedcc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,19 +16,19 @@ source:

build:
  noarch: python
  string: py{{py}}
  number: {{ version_number }}
  string: py{{py}}
  script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed -vvv

requirements:
  host:
    - python
    - versioningit
    - pip

  build:
    - build
    - toml
    - versioningit

  run:
    - astropy