Update Dockerfiles to remove pyangbind patch
[osm/devops.git] / docker / tests / Dockerfile
index 49a1e4c..34eda45 100644 (file)
@@ -65,9 +65,6 @@ RUN mv /usr/share/osm-tests/robot-systest /robot-systest
 RUN mv /usr/share/osm-tests/conformance-tests/ /robot-systest/
 RUN mv /usr/share/osm-tests/charm.sh /usr/sbin/charm
 
-COPY pyangbind.patch /robot-systest
-RUN patch /usr/local/lib/python3.10/dist-packages/pyangbind/lib/yangtypes.py < /robot-systest/pyangbind.patch
-
 ARG CACHE_DATE=not_a_date
 RUN git clone \
     https://osm.etsi.org/gitlab/vnf-onboarding/osm-packages.git \