Skip to content

Commit 2481a3f

Browse files
authored
Deprecate python module in favor to pyext (sonic-net#882)
1 parent e2c9590 commit 2481a3f

File tree

6 files changed

+2
-873
lines changed

6 files changed

+2
-873
lines changed

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SUBDIRS = meta lib vslib python pyext
1+
SUBDIRS = meta lib vslib pyext
22

33
if SYNCD
44
SUBDIRS += syncd saiplayer saidump saidiscovery saisdkdump saiasiccmp tests

configure.ac

+1-2
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,4 @@ AC_OUTPUT(Makefile
168168
tests/Makefile
169169
pyext/Makefile
170170
pyext/py2/Makefile
171-
pyext/py3/Makefile
172-
python/setup.py)
171+
pyext/py3/Makefile)

python/Makefile

-19
This file was deleted.

0 commit comments

Comments
 (0)